File seek() MethodFile(path).seek(pos, mode) Description The File seek() method seeks to a certain position in the file. This method does not permit seeking to positions less than 0 or greater than the current file size. Parameters
Returns Boolean; true if the position was changed. |